home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-06 | 984 b | 71 lines | [TEXT/MPS ] |
- #include "SysTypes.r"
- #include "Types.r"
- #include "FTTypes.r"
-
-
- resource 'fbnd' (10, "FileTransfer") {
- {
- 'DITL',
- {
- 1, 31000
- },
- 'STR#',
- {
- 0, 31000,
- 1, 31001
- }
- }
- };
-
- resource 'STR#' (31000, "Config: English") {
- { /* array StringArray: 4 elements */
- /* [1] */
- "StripCtrlChar",
- /* [2] */
- "AutoReceive",
- /* [3] */
- "True",
- /* [4] */
- "False"
- }
- };
-
- resource 'STR#' (31001, "Config: French") {
- { /* array StringArray: 4 elements */
- /* [1] */
- "fStripCtrlChar",
- /* [2] */
- "fAutoReceive",
- /* [3] */
- "Vrai",
- /* [4] */
- "Faux"
- }
- };
-
- resource 'DITL' (31000, "FConfig") {
- { /* array DITLarray: 2 elements */
- /* [1] */
- {25,10,45,180},
- CheckBox {
- enabled,
- "Strip Control Characters"
- },
- /* [1] */
- {25,200,45,370},
- CheckBox {
- enabled,
- "Auto Receive"
- }
- }
- };
-
- resource 'vers' (1) {
- 0x01,
- 0x00,
- alpha,
- 0x01,
- verUS,
- "1.0a1",
- "1.0a1, Copyright © Apple Computer, Inc. 1988-1989. Written by Rob Neville."
- };